home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr11 / pafhpd10.zip / PAFHPDOC.TXT < prev   
Text File  |  1995-03-01  |  34KB  |  674 lines

  1.            ╔════════════════════════════════════════════════════════════╗
  2.            ║  DOCUMENTATION/DISCUSSION OF HP LASERJET PRINTERS AND PAF  ║
  3.            ╟────────────────────────────────────────────────────────────╢
  4.            ║ Version 1.0     Prepared by Mike St. Clair    1 March 1995 ║
  5.            ╚════════════════════════════════════════════════════════════╝
  6.  
  7.       Over  the  past  few  months,  several  individuals  have electronically
  8.       reported  difficulties  printing  from PAF on laser printers.  I thought
  9.       a discussion how PAF configures laser printers and some documentation of
  10.       the  codes  used  by PAF  2.31 might be helpful to those adventurous PAF 
  11.       users  who  want to make custom changes to these codes.  I put this file
  12.       together  for  that  purpose.  I'd  like  to  acknowledge  Brian Uechi's 
  13.       helpful  freeware  program,  DUMPPCL which "disassembles" and interprets
  14.       the  printer  codes  used by Hewlett-Packard LaserJet printers.  Without
  15.       this utility, the job would have been too tedious to tackle.
  16.  
  17.       PAF  version  2.31  comes with several built-in printer definitions that
  18.       work with various models of the Hewlett-Packard LaserJet printer. (HP/LJ
  19.       hereafter)  Most laser  printers from other manufacturers are compatible
  20.       with one of these models.  Each of the definitions specifies which codes
  21.       are  to  be  sent to the printer for each of the six printing attributes
  22.       used   by  PAF.   These  attributes  are:  normal  printing,  compressed  
  23.       printing, elite printing, tiny printing, bold and underline. 
  24.  
  25.       If  the  number  of codes required is small enough, the codes themselves
  26.       are  present in the configuration file.  If the number of codes required
  27.       to set  the printer properly is large, as is the case with most of these
  28.       attributes on laser printers, a separate file contains the codes and the
  29.       configuration file contains the name of that separate file.  These files 
  30.       always  end  with PRN.  This accounts for the large number of such files
  31.       that are present in your PAF program directory.
  32.  
  33.       If  the  first  number after "ON" or "OFF" is 27,  the numbers represent
  34.       actual codes to be sent to the printer.  The 27 is the decimal value for
  35.       the  escape  character  which  begins every such printer code.  When the 
  36.       first  number  is  255,  the rest of the numbers represent the file name 
  37.       that contains the printer codes.  These numbers are the decimal value of 
  38.       the  individual  characters.  For example 72 is H, 80 is P, 48 is 0, and
  39.       so  forth.   A  ".PRN" is appended to the end of whatever characters are
  40.       present  following  the  255  to make up the complete file name.  On the
  41.       following copies of the configuration screen, I added the translation of 
  42.       the file name to the right.
  43.  
  44.       I've included copies of the actual screens you would see if you told the
  45.       CONFIG  program  you wanted to edit the definition for each of the HP/LJ
  46.       printers.  It's  easy  to  modify  any of this to customize your printer
  47.       definition.  It's even easier to end up with a royal mess :-) unless you
  48.       know  what  you  are  doing.  To  make  it  easier to understand the PAF
  49.       definitions,  and  to modify them, I ve also included interpretations of
  50.       the  printer  code files that each of the configurations points to.  You
  51.       can  edit  the  code files with any editor that will support text files. 
  52.       The  DOS  editor  is  always  a  safe choice.  You can also do this with
  53.       WordPerfect  as  long as you specifically save the changed file as text,
  54.       rather than as a WP document.
  55.  
  56.       Internet: st-clair@genealogy.emcee.com            CompuServe: 71552,3314
  57.       Fido/GenSoft/Genealogy: Mike Stclair                  GEnie: M.ST.CLAIR2
  58.       PAFHP.DOC               Version 1.0 - 1 March 1995               Page  2
  59.  
  60.       ╔══════════╗
  61.       ║ HP/LJ II ║ #9 in printer list of PAF 2.31 CONFIG program
  62.       ╚══════════╝
  63.       Intended  for  HP  LaserJet  II printers, this definition will work with
  64.       almost  any laser printer, although another definition for your specific 
  65.       model might work better.
  66.  
  67.       ************************* Copy of CONFIG Screen ************************
  68.       Printer Name: HP Laserjet II series
  69.       Compressed printing
  70.         ON:255 72 80 50 80 49            HP2-1.PRN
  71.        OFF:255 72 80 50 80 50            HP2-2.PRN
  72.       Elite printing
  73.         ON:255 72 80 50 80 51            HP2-3.PRN
  74.        OFF:255 72 80 50 80 50            HP2-2.PRN
  75.       Tiny (20 cpi and 8 lpi) printing
  76.         ON:255 72 80 50 80 52            HP2-4.PRN
  77.        OFF:255 72 80 50 80 50            HP2-2.PRN
  78.       Bold face printing
  79.         ON:27 40 115 51 66               Printer codes
  80.        OFF:27 40 115 48 66               Printer codes
  81.       Underline printing
  82.         ON:27 38 100 68                  Printer codes
  83.        OFF:27 38 100 64                  Printer codes
  84.       Normal printing
  85.         ON:255 72 80 50 80 50            HP2-2.PRN
  86.        OFF:
  87.  
  88.       *************** Description of File HP2P1.PRN Begins Here **************
  89.       <Esc>E         Reset
  90.       <Esc>(10U      Primary symbol set =  PC-8
  91.       <Esc>(s0p      Primary font spacing, fixed
  92.       16.6h          Primary font pitch = 16.6 chars per inch
  93.       2b             Primary font stroke weight = 2
  94.       0s             Primary font style = Upright, solid
  95.       0B             Primary font stroke weight = 0
  96.       <Esc>&l2a      Page size = Letter (8.5  x 11 inch)
  97.       7e             Top margin = 7 lines
  98.       6.23c          Vertical motion index = 6.23 1/48 inch
  99.       66F            Text length = 66 lines
  100.       <Esc>&k6.66H   Horizontal motion index = 6.66 1/120 inch
  101.       <Esc>&a0L      Left margin = 0 lines
  102.  
  103.       *************** Description of File HP2P2.PRN Begins Here **************
  104.       <Esc>E         Reset
  105.       <Esc>(10U      Primary symbol set =  PC-8
  106.       <Esc>&l2a      Page size = Letter (8.5  x 11 inch)
  107.       7.27c          Vertical motion index = 7.27 1/48 inch
  108.       66F            Text length = 66 lines
  109.       <Esc>(s0p      Primary font spacing, fixed
  110.       10h            Primary font pitch = 10 chars per inch
  111.       0s             Primary font style = Upright, solid
  112.       2B             Primary font stroke weight = 2
  113.       <Esc>&k11H     Horizontal motion index = 11 1/120 inch
  114.       <Esc>&a0L      Left margin = 0 lines
  115.       PAFHP.DOC               Version 1.0 - 1 March 1995               Page  3
  116.  
  117.       *************** Description of File HP2P3.PRN Begins Here **************
  118.       <Esc>E         Reset
  119.       <Esc>&l3a      Page size = Legal (8.5 x 14 inch)
  120.       1o             Landscape
  121.       7.27c          Vertical motion index = 7.27 1/48 inch
  122.       51F            Text length = 51 lines
  123.       <Esc>&a0L      Left margin = 0 lines
  124.       <Esc>(10U      Primary symbol set =  PC-8
  125.       <Esc>(s0p      Primary font spacing, fixed
  126.       16.6h          Primary font pitch = 16.6 chars per inch
  127.       2b             Primary font stroke weight = 2
  128.       0s             Primary font style = Upright, solid
  129.       0B             Primary font stroke weight = 0
  130.  
  131.       *************** Description of File HP2P4.PRN Begins Here **************
  132.       <Esc>E         Reset
  133.       <Esc>(10U      Primary symbol set =  PC-8
  134.       <Esc>(s0p      Primary font spacing, fixed
  135.       16.6h          Primary font pitch = 16.6 chars per inch
  136.       2b             Primary font stroke weight = 2
  137.       0s             Primary font style = Upright, solid
  138.       0B             Primary font stroke weight = 0
  139.       <Esc>&l2a      Page size = Letter (8.5  x 11 inch)
  140.       5.28c          Vertical motion index = 5.28 1/48 inch
  141.       88F            Text length = 88 lines
  142.       <Esc>&k6H      Horizontal motion index = 6 1/120 inch
  143.       PAFHP.DOC               Version 1.0 - 1 March 1995               Page  4
  144.  
  145.       ╔══════════════════╗
  146.       ║ HP/LJ III/Letter ║ #11 in printer list of PAF 2.31 CONFIG program
  147.       ╚══════════════════╝
  148.       Intended  for  HP  LaserJet III printers, this definition will work with
  149.       with other brands of laser printers that emulate this one.
  150.  
  151.       ************************* Copy of CONFIG Screen ************************
  152.       Printer Name: HP LaserJet III series (Letter)
  153.       Compressed printing
  154.         ON:255 72 80 49 55 67 80 73      HP17CPI.PRN
  155.        OFF:255 72 80 49 48 67 80 73      HP10CPI.PRN
  156.       Elite printing
  157.         ON:255 72 80 49 50 67 80 73      HP12CPI.PRN
  158.        OFF:255 72 80 49 48 67 80 73      HP10CPI.PRN
  159.       Tiny (20 cpi and 8 lpi) printing
  160.         ON:255 72 80 50 48 67 80 73      HP20CPI.PRN
  161.        OFF:255 72 80 49 48 67 80 73      HP10CPI.PRN
  162.       Bold face printing
  163.         ON:27 40 115 51 66               Printer codes
  164.        OFF:27 40 115 48 66               Printer codes
  165.       Underline printing
  166.         ON:27 38 100 68                  Printer codes
  167.        OFF:27 38 100 64                  Printer codes
  168.       Normal printing
  169.         ON:255 72 80 49 48 67 80 73      HP10CPI.PRN
  170.        OFF:
  171.  
  172.       ************** Description of File HP10CPI.PRN Begins Here *************
  173.       <Esc>E         Reset
  174.       <Esc>&l2a      Page size = Letter (8.5  x 11 inch)
  175.       66p            Page length 66 lines
  176.       0o             Portrait
  177.       7C             Vertical motion index = 7 1/48 inch
  178.       <Esc>(10U      Primary symbol set =  PC-8
  179.       <Esc>(s3t      Primary typeface = Courier
  180.       0s             Primary font style = Upright, solid
  181.       11h            Primary font pitch = 11 chars per inch
  182.       2b             Primary font stroke weight = 2
  183.       0P             Primary font spacing, fixed
  184.       <Esc>&a8L      Left margin = 8 lines
  185.  
  186.       ************** Description of File HP12CPI.PRN Begins Here *************
  187.       <Esc>E         Reset
  188.       <Esc>&l66p     Page length 66 lines
  189.       2a             Page size = Letter (8.5  x 11 inch)
  190.       1o             Landscape
  191.       6.05C          Vertical motion index = 6.05 1/48 inch
  192.       <Esc>(10U      Primary symbol set =  PC-8
  193.       <Esc>(s3t      Primary typeface = Courier
  194.       0s             Primary font style = Upright, solid
  195.       17h            Primary font pitch = 17 chars per inch
  196.       0P             Primary font spacing, fixed
  197.       <Esc>&a4r      Vertical position = 4 rows
  198.       11L            Left margin = 11 lines
  199.       PAFHP.DOC               Version 1.0 - 1 March 1995               Page  5
  200.  
  201.       ************** Description of File HP17CPI.PRN Begins Here *************
  202.       <Esc>E         Reset
  203.       <Esc>&l66p     Page length 66 lines
  204.       2a             Page size = Letter (8.5  x 11 inch)
  205.       0o             Portrait
  206.       6.2C           Vertical motion index = 6.2 1/48 inch
  207.       <Esc>(10U      Primary symbol set =  PC-8
  208.       <Esc>(s3t      Primary typeface = Courier
  209.       0s             Primary font style = Upright, solid
  210.       2b             Primary font stroke weight = 2
  211.       17h            Primary font pitch = 17 chars per inch
  212.       0P             Primary font spacing, fixed
  213.       <Esc>&a6R      Vertical position = 6 rows
  214.  
  215.       ************** Description of File HP20CPI.PRN Begins Here *************
  216.       <Esc>E         Reset
  217.       <Esc>&l2a      Page size = Letter (8.5  x 11 inch)
  218.       88p            Page length 88 lines
  219.       0o             Portrait
  220.       8D             8 lines per inch
  221.       <Esc>(10U      Primary symbol set =  PC-8
  222.       <Esc>(s0p      Primary font spacing, fixed
  223.       2b             Primary font stroke weight = 2
  224.       3t             Primary typeface = Courier
  225.       0s             Primary font style = Upright, solid
  226.       20H            Primary font pitch = 20 chars per inch
  227.       <Esc>&k6H      Horizontal motion index = 6 1/120 inch
  228.       PAFHP.DOC               Version 1.0 - 1 March 1995               Page  6
  229.  
  230.       ╔════════════════╗
  231.       ║ HP/LJ 4-Letter ║ #13 in printer list of PAF 2.31 CONFIG program
  232.       ╚════════════════╝
  233.       Intended  for  HP  LaserJet 4  printers,  this definition will work with
  234.       other brands of laser printers that emulate this one.
  235.  
  236.       ************************* Copy of CONFIG Screen ************************
  237.       Printer Name: HP LaserJet IV series (Letter)
  238.       Compressed printing
  239.         ON:255 72 80 52 45 49            HP4-1.PRN
  240.        OFF:255 72 80 52 45 50            HP4-2.PRN
  241.       Elite printing
  242.         ON:255 72 80 52 45 51 49 55      HP4-317.PRN
  243.        OFF:255 72 80 52 45 50            HP4-2.PRN
  244.       Tiny (20 cpi and 8 lpi) printing
  245.         ON:255 72 80 52 45 52            HP4-4.PRN
  246.        OFF:255 72 80 52 45 50            HP4-2.PRN
  247.       Bold face printing
  248.         ON:27 40 115 51 66               Printer codes
  249.        OFF:27 40 115 48 66               Printer codes
  250.       Underline printing
  251.         ON:27 38 100 68                  Printer codes
  252.        OFF:27 38 100 64                  Printer codes
  253.       Normal printing
  254.         ON:255 72 80 52 45 50            HP4-2.PRN
  255.        OFF:
  256.  
  257.       *************** Description of File HP4-1.PRN Begins Here **************
  258.       <Esc>E         Reset
  259.       <Esc>&l1h      Paper source, Paper tray auto feed/upper tray
  260.       2A             Page size = Letter (8.5  x 11 inch)
  261.       <Esc>(10U      Primary symbol set =  PC-8
  262.       <Esc>(s4102t   Primary typeface = 4102
  263.       0p             Primary font spacing, fixed
  264.       2b             Primary font stroke weight = 2
  265.       16.6h          Primary font pitch = 16.6 chars per inch
  266.       0S             Primary font style = Upright, solid
  267.       <Esc>&l0o      Portrait
  268.       7c             Vertical motion index = 7 1/48 inch
  269.       66F            Text length = 66 lines
  270.       <Esc>&k6.66H   Horizontal motion index = 6.66 1/120 inch
  271.       <Esc>&a5l      Left margin = 5 lines
  272.       0R             Vertical position = 0 rows
  273.       *************** Description of File HP4-2.PRN Begins Here **************
  274.       <Esc>E         Reset
  275.       <Esc>&l1h      Paper source, Paper tray auto feed/upper tray
  276.       2A             Page size = Letter (8.5  x 11 inch)
  277.       <Esc>(10U      Primary symbol set =  PC-8
  278.       <Esc>(s4102t   Primary typeface = 4102
  279.       0p             Primary font spacing, fixed
  280.       2b             Primary font stroke weight = 2
  281.       12h            Primary font pitch = 12 chars per inch
  282.       0S             Primary font style = Upright, solid
  283.       <Esc>&l0o      Portrait
  284.       7.27c          Vertical motion index = 7.27 1/48 inch
  285.       66F            Text length = 66 lines
  286.       <Esc>&a7L      Left margin = 7 lines
  287.       PAFHP.DOC               Version 1.0 - 1 March 1995               Page  7
  288.  
  289.       ************** Description of File HP4-317.PRN Begins Here *************
  290.       <Esc>E         Reset
  291.       <Esc>&l1h      Paper source, Paper tray auto feed/upper tray
  292.       2A             Page size = Letter (8.5  x 11 inch)
  293.       <Esc>(10U      Primary symbol set =  PC-8
  294.       <Esc>(s4102t   Primary typeface = 4102
  295.       0p             Primary font spacing, fixed
  296.       16.6h          Primary font pitch = 16.6 chars per inch
  297.       0s             Primary font style = Upright, solid
  298.       2B             Primary font stroke weight = 2
  299.       <Esc>&l1o      Landscape
  300.       7.27c          Vertical motion index = 7.27 1/48 inch
  301.       51F            Text length = 51 lines
  302.       <Esc>&a0L      Left margin = 0 lines
  303.       <CR><LF>       A carriage return and a line feed
  304.  
  305.       *************** Description of File HP4-4.PRN Begins Here **************
  306.       <Esc>E         Reset
  307.       <Esc>&l1h      Paper source, Paper tray auto feed/upper tray
  308.       2A             Page size = Letter (8.5  x 11 inch)
  309.       <Esc>(10U      Primary symbol set =  PC-8
  310.       <Esc>(s4102t   Primary typeface = 4102
  311.       0p             Primary font spacing, fixed
  312.       16.6h          Primary font pitch = 16.6 chars per inch
  313.       2b             Primary font stroke weight = 2
  314.       0S             Primary font style = Upright, solid
  315.       <Esc>&l0o      Portrait
  316.       6c             Vertical motion index = 6 1/48 inch
  317.       88F            Text length = 88 lines
  318.       <Esc>&k6H      Horizontal motion index = 6 1/120 inch
  319.       <Esc>&a5L      Left margin = 5 lines
  320.       <CR><LF>       A carriage return and a line feed
  321.       PAFHP.DOC               Version 1.0 - 1 March 1995               Page  8
  322.  
  323.       ╔═══════╗
  324.       ║ HP/LJ ║ #15 in printer list of PAF 2.31 CONFIG program
  325.       ╚═══════╝
  326.       Intended for early models of HP LaserJet printers,  this definition will
  327.       work with other brands of laser printers that emulate this one.
  328.  
  329.       ************************* Copy of CONFIG Screen ************************
  330.       Printer Name: HP LaserJet series printers
  331.       Compressed printing
  332.         ON:255 72 80 49                  HP1.PRN
  333.        OFF:255 72 80 50                  HP2.PRN
  334.       Elite printing
  335.         ON:255 72 80 51                  HP3.PRN
  336.        OFF:255 72 80 50                  HP2.PRN
  337.       Tiny (20 cpi and 8 lpi) printing
  338.         ON:255 72 80 52                  HP4.PRN
  339.        OFF:255 72 80 50                  HP2.PRN
  340.       Bold face printing
  341.         ON:27 40 115 51 66               Printer codes
  342.        OFF:27 40 115 48 66               Printer codes
  343.       Underline printing
  344.         ON:27 38 100 68                  Printer codes
  345.        OFF:27 38 100 64                  Printer codes
  346.       Normal printing
  347.         ON:255 72 80 50                  HP2.PRN
  348.        OFF:
  349.  
  350.       **************** Description of File HP1.PRN Begins Here ***************
  351.       <Esc>E         Reset
  352.       <Esc>(8U       Primary symbol set =  Roman8
  353.       <Esc>(s0p      Primary font spacing, fixed
  354.       10h            Primary font pitch = 10 chars per inch
  355.       12v            Primary font height = 12 1/72 inch
  356.       0s             Primary font style = Upright, solid
  357.       0b             Primary font stroke weight = 0
  358.       3T             Primary typeface = Courier
  359.       <Esc>&l6d      6 lines per inch
  360.       7.27c          Vertical motion index = 7.27 1/48 inch
  361.       66F            Text length = 66 lines
  362.       <Esc>&k2S      Font pitch mode = compressed (16.5-16.7)
  363.  
  364.       **************** Description of File HP2.PRN Begins Here ***************
  365.       <Esc>E         Reset
  366.       <Esc>(8U       Primary symbol set =  Roman8
  367.       <Esc>(s0p      Primary font spacing, fixed
  368.       2b             Primary font stroke weight = 2
  369.       10h            Primary font pitch = 10 chars per inch
  370.       12v            Primary font height = 12 1/72 inch
  371.       0s             Primary font style = Upright, solid
  372.       0b             Primary font stroke weight = 0
  373.       3T             Primary typeface = Courier
  374.       <Esc>&l6d      6 lines per inch
  375.       7.27c          Vertical motion index = 7.27 1/48 inch
  376.       66F            Text length = 66 lines
  377.       <Esc>&k0S      Font pitch mode = 10.0
  378.       PAFHP.DOC               Version 1.0 - 1 March 1995               Page  9
  379.  
  380.       **************** Description of File HP3.PRN Begins Here ***************
  381.       <Esc>E         Reset
  382.       <Esc>&l1O      Landscape
  383.       <Esc>(8U       Primary symbol set =  Roman8
  384.       <Esc>(s0p      Primary font spacing, fixed
  385.       2b             Primary font stroke weight = 2
  386.       10h            Primary font pitch = 10 chars per inch
  387.       12v            Primary font height = 12 1/72 inch
  388.       0s             Primary font style = Upright, solid
  389.       0b             Primary font stroke weight = 0
  390.       3T             Primary typeface = Courier
  391.       <Esc>&l6d      6 lines per inch
  392.       7.27c          Vertical motion index = 7.27 1/48 inch
  393.       51F            Text length = 51 lines
  394.       <Esc>&k2S      Font pitch mode = compressed (16.5-16.7)
  395.  
  396.       **************** Description of File HP4.PRN Begins Here ***************
  397.       <Esc>E         Reset
  398.       <Esc>(8U       Primary symbol set =  Roman8
  399.       <Esc>(s0p      Primary font spacing, fixed
  400.       20h            Primary font pitch = 20 chars per inch
  401.       6v             Primary font height = 6 1/72 inch
  402.       0s             Primary font style = Upright, solid
  403.       0b             Primary font stroke weight = 0
  404.       3T             Primary typeface = Courier
  405.       <Esc>&l8d      8 lines per inch
  406.       5.28c          Vertical motion index = 5.28 1/48 inch
  407.       88F            Text length = 88 lines
  408.       PAFHP.DOC               Version 1.0 - 1 March 1995               Page 10
  409.  
  410.       ╔══════════════════╗
  411.       ║ HP/LJ III & 4-A4 ║ #10 in printer list of PAF 2.31 CONFIG program
  412.       ╚══════════════════╝
  413.       Intended  for  HP LaserJet III and 4 printers using A4 sized paper, this
  414.       definition  will  work  with other brands of laser printers that emulate 
  415.       these two.
  416.       
  417.       ************************* Copy of CONFIG Screen ************************
  418.       Printer Name: HP LaserJet III & IV series (A4 paper)
  419.       Compressed printing
  420.         ON:255 72 80 65 52 49 55         HPA417.PRN
  421.        OFF:255 72 80 65 52 49 48         HPA410.PRN
  422.       Elite printing
  423.         ON:255 72 80 65 52 49 50         HPA412.PRN
  424.        OFF:255 72 80 65 52 49 48         HPA410.PRN
  425.       Tiny (20 cpi and 8 lpi) printing
  426.         ON:255 72 80 65 52 50 48         HPA420.PRN
  427.        OFF:255 72 80 65 52 49 48         HPA410.PRN
  428.       Bold face printing
  429.         ON:27 40 115 51 66               Printer codes
  430.        OFF:27 40 115 48 66               Printer codes
  431.       Underline printing
  432.         ON:27 38 100 68                  Printer codes
  433.        OFF:27 38 100 64                  Printer codes
  434.       Normal printing
  435.         ON:255 72 80 65 52 49 48         HPA410.PRN
  436.        OFF:
  437.  
  438.       ************** Description of File HPA410.PRN Begins Here **************
  439.       <Esc>E         Reset
  440.       <Esc>&l66p     Page length 66 lines
  441.       0o             Portrait
  442.       26a            Page size = A4 (210 x 297 mm)
  443.       6D             6 lines per inch
  444.       <Esc>(10U      Primary symbol set =  PC-8
  445.       <Esc>(s0p      Primary font spacing, fixed
  446.       2b             Primary font stroke weight = 2
  447.       4102t          Primary typeface = 4102
  448.       0s             Primary font style = Upright, solid
  449.       12H            Primary font pitch = 12 chars per inch
  450.  
  451.       ************** Description of File HPA412.PRN Begins Here **************
  452.       <Esc>E         Reset
  453.       <Esc>&l56p     Page length 56 lines
  454.       26a            Page size = A4 (210 x 297 mm)
  455.       3o             Reverse Landscape
  456.       6.05c          Vertical motion index = 6.05 1/48 inch
  457.       <Esc>(10U      Primary symbol set = PC-8  
  458.       <Esc>(s0p      Primary font spacing, fixed
  459.       4102t          Primary typeface = 4102
  460.       0s             Primary font style = Upright, solid
  461.       2b             Primary font stroke weight = 2
  462.       12H            Primary font pitch = 12 chars per inch
  463.       <Esc>&k8.2H    Horizontal motion index = 8.2 1/120 inch
  464.       PAFHP.DOC               Version 1.0 - 1 March 1995               Page 11
  465.  
  466.       ************** Description of File HPA417.PRN Begins Here **************
  467.       <Esc>E         Reset
  468.       <Esc>&l66p     Page length 66 lines
  469.       26a            Page size = A4 (210 x 297 mm)
  470.       0o             Portrait
  471.       6.2C           Vertical motion index = 6.2 1/48 inch
  472.       <Esc>(10U      Primary symbol set =  PC-8
  473.       <Esc>(s0p      Primary font spacing, fixed
  474.       4102t          Primary typeface = 4102
  475.       2b             Primary font stroke weight = 2
  476.       0s             Primary font style = Upright, solid
  477.       17H            Primary font pitch = 17 chars per inch
  478.       <Esc>&k6.66H   Horizontal motion index = 6.66 1/120 inch
  479.       <Esc>&a8R      Vertical position = 8 rows
  480.  
  481.       ************** Description of File HPA420.PRN Begins Here **************
  482.       <Esc>E         Reset
  483.       <Esc>&l26a     Page size = A4 (210 x 297 mm)
  484.       88p            Page length 88 lines
  485.       0o             Portrait
  486.       8D             8 lines per inch
  487.       <Esc>(10U      Primary symbol set =  PC-8
  488.       <Esc>(s4102t   Primary typeface = 4102
  489.       2b             Primary font stroke weight = 2
  490.       0s             Primary font style = Upright, solid
  491.       20h            Primary font pitch = 20 chars per inch
  492.       0P             Primary font spacing, fixed
  493.       <Esc>&k5.75H   Horizontal motion index = 5.75 1/120 inch
  494.  
  495.       NOTE: There is an error in file HPA412.PRN. The 6.05 for Vertical Motion
  496.       index  should  end with a capital C instead of lower case c.  This could
  497.       cause  the  printer  to  misinterpret  the next set of codes and use the
  498.       wrong symbol set.  If you use A4 paper, you should correct this.
  499.       PAFHP.DOC               Version 1.0 - 1 March 1995               Page 12
  500.  
  501.       ╔════════════════════════╗
  502.       ║ HP/LJ III-Letter/Legal ║ #12 in printer list - PAF 2.31 CONFIG program
  503.       ╚════════════════════════╝
  504.       Intended  for HP LaserJet III printers using both letter and legal sized 
  505.       paper,  this  definition  will  work with other brands of laser printers 
  506.       that emulate this one.
  507.       
  508.       ************************* Copy of CONFIG Screen ************************
  509.       Printer Name: HP LaserJet III series (Letter/Lgl)
  510.       Compressed printing
  511.         ON:255 72 80 50 80 49            HP2P1.PRN
  512.        OFF:255 72 80 50 80 50            HP2P2.PRN
  513.       Elite printing
  514.         ON:255 72 80 51 71               HP3G.PRN
  515.        OFF:255 72 80 50 80 50            HP2P2.PRN
  516.       Tiny (20 cpi and 8 lpi) printing
  517.         ON:255 72 80 50 80 52            HP2P4.PRN
  518.        OFF:255 72 80 50 80 50            HP2P2.PRN
  519.       Bold face printing
  520.         ON:27 40 115 51 66               Printer codes
  521.        OFF:27 40 115 48 66               Printer codes
  522.       Underline printing
  523.         ON:27 38 100 68                  Printer codes
  524.        OFF:27 38 100 64                  Printer codes
  525.       Normal printing
  526.         ON:255 72 80 50 80 50            HP2P2.PRN
  527.        OFF:
  528.  
  529.       *************** Description of File HP2P1.PRN Begins Here **************
  530.       <Esc>E              Reset
  531.       <Esc>(10U      Primary symbol set =  PC-8
  532.       <Esc>(s0p      Primary font spacing, fixed
  533.       16.6h          Primary font pitch = 16.6 chars per inch
  534.       2b             Primary font stroke weight = 2
  535.       0s             Primary font style = Upright, solid
  536.       0B             Primary font stroke weight = 0
  537.       <Esc>&l2a      Page size = Letter (8.5  x 11 inch)
  538.       7e             Top margin = 7 lines
  539.       6.23c          Vertical motion index = 6.23 1/48 inch
  540.       66F            Text length = 66 lines
  541.       <Esc>&k6.66H   Horizontal motion index = 6.66 1/120 inch
  542.       <Esc>&a0L      Left margin = 0 lines
  543.  
  544.       *************** Description of File HP2P2.PRN Begins Here **************
  545.       <Esc>E         Reset
  546.       <Esc>(10U      Primary symbol set =  PC-8
  547.       <Esc>&l2a      Page size = Letter (8.5  x 11 inch)
  548.       7.27c          Vertical motion index = 7.27 1/48 inch
  549.       66F            Text length = 66 lines
  550.       <Esc>(s0p      Primary font spacing, fixed
  551.       10h            Primary font pitch = 10 chars per inch
  552.       0s             Primary font style = Upright, solid
  553.       2B             Primary font stroke weight = 2
  554.       <Esc>&k11H     Horizontal motion index = 11 1/120 inch
  555.       <Esc>&a0L      Left margin = 0 lines
  556.       PAFHP.DOC               Version 1.0 - 1 March 1995               Page 13
  557.  
  558.       *************** Description of File HP2P3.PRN Begins Here **************
  559.       <Esc>E         Reset
  560.       <Esc>&l3a      Page size = Legal (8.5 x 14 inch)
  561.       1o             Landscape
  562.       7.27c          Vertical motion index = 7.27 1/48 inch
  563.       51F            Text length = 51 lines
  564.       <Esc>&a0L      Left margin = 0 lines
  565.       <Esc>(10U      Primary symbol set =  PC-8
  566.       <Esc>(s0p      Primary font spacing, fixed
  567.       16.6h          Primary font pitch = 16.6 chars per inch
  568.       2b             Primary font stroke weight = 2
  569.       0s             Primary font style = Upright, solid
  570.       0B             Primary font stroke weight = 0
  571.  
  572.       *************** Description of File HP2P4.PRN Begins Here **************
  573.       <Esc>E         Reset
  574.       <Esc>(10U      Primary symbol set =  PC-8
  575.       <Esc>(s0p      Primary font spacing, fixed
  576.       16.6h          Primary font pitch = 16.6 chars per inch
  577.       2b             Primary font stroke weight = 2
  578.       0s             Primary font style = Upright, solid
  579.       0B             Primary font stroke weight = 0
  580.       <Esc>&l2a      Page size = Letter (8.5  x 11 inch)
  581.       5.28c          Vertical motion index = 5.28 1/48 inch
  582.       88F            Text length = 88 lines
  583.       <Esc>&k6H      Horizontal motion index = 6 1/120 inch
  584.       PAFHP.DOC               Version 1.0 - 1 March 1995               Page 14
  585.  
  586.       ╔══════════════════════╗
  587.       ║ HP/LJ 4-Letter/Legal ║ #14 in printer list - PAF 2.31 CONFIG program
  588.       ╚══════════════════════╝
  589.       Intended  for HP LaserJet 4  printers  using both letter and legal sized 
  590.       paper,  this definition  will work with other compatible laser printers.
  591.  
  592.       ************************* Copy of CONFIG Screen ************************
  593.       Printer Name: HP LaserJet IV series (Letter/Lgl)
  594.       Compressed printing
  595.         ON:255 72 80 52 45 49            HP4-1.PRN
  596.        OFF:255 72 80 52 45 50            HP4-2.PRN
  597.       Elite printing
  598.         ON:255 72 80 52 45 51            HP4-3.PRN
  599.        OFF:255 72 80 52 45 50            HP4-2.PRN
  600.       Tiny (20 cpi and 8 lpi) printing
  601.         ON:255 72 80 52 45 52            HP4-4.PRN
  602.        OFF:255 72 80 52 45 50            HP4-2.PRN
  603.       Bold face printing
  604.         ON:27 40 115 51 66               Printer codes
  605.        OFF:27 40 115 48 66               Printer codes
  606.       Underline printing
  607.         ON:27 38 100 68                  Printer codes
  608.        OFF:27 38 100 64                  Printer codes
  609.       Normal printing
  610.         ON:255 72 80 52 45 50  HP4-2.PRN
  611.        OFF:
  612.       
  613.       *************** Description of File HP4-1.PRN Begins Here **************
  614.       <Esc>E         Reset
  615.       <Esc>&l1h      Paper source, Paper tray auto feed/upper tray
  616.       2A             Page size = Letter (8.5  x 11 inch)
  617.       <Esc>(10U      Primary symbol set =  PC-8
  618.       <Esc>(s4102t   Primary typeface = 4102
  619.       0p             Primary font spacing, fixed
  620.       2b             Primary font stroke weight = 2
  621.       16.6h          Primary font pitch = 16.6 chars per inch
  622.       0S             Primary font style = Upright, solid
  623.       <Esc>&l0o      Portrait
  624.       7c             Vertical motion index = 7 1/48 inch
  625.       66F            Text length = 66 lines
  626.       <Esc>&k6.66H   Horizontal motion index = 6.66 1/120 inch
  627.       <Esc>&a5l      Left margin = 5 lines
  628.       0R             Vertical position = 0 rows
  629.       *************** Description of File HP4-2.PRN Begins Here **************
  630.       <Esc>E         Reset
  631.       <Esc>&l1h      Paper source, Paper tray auto feed/upper tray
  632.       2A             Page size = Letter (8.5  x 11 inch)
  633.       <Esc>(10U      Primary symbol set =  PC-8
  634.       <Esc>(s4102t   Primary typeface = 4102
  635.       0p             Primary font spacing, fixed
  636.       2b             Primary font stroke weight = 2
  637.       12h            Primary font pitch = 12 chars per inch
  638.       0S             Primary font style = Upright, solid
  639.       <Esc>&l0o      Portrait
  640.       7.27c          Vertical motion index = 7.27 1/48 inch
  641.       66F            Text length = 66 lines
  642.       <Esc>&a7L      Left margin = 7 lines
  643.       PAFHP.DOC               Version 1.0 - 1 March 1995               Page 15
  644.  
  645.       *************** Description of File HP4-3.PRN Begins Here **************
  646.       <Esc>E         Reset
  647.       <Esc>&l2h      Paper source, Manual feed
  648.       3A             Page size = Legal (8.5 x 14 inch)
  649.       <Esc>(10U      Primary symbol set =  PC-8
  650.       <Esc>(s4102t   Primary typeface = 4102
  651.       0p             Primary font spacing, fixed
  652.       2b             Primary font stroke weight = 2
  653.       12h            Primary font pitch = 12 chars per inch
  654.       0S             Primary font style = Upright, solid
  655.       <Esc>&l1o      Landscape
  656.       7.05c          Vertical motion index = 7.05 1/48 inch
  657.       51F            Text length = 51 lines
  658.       <Esc>&a0L      Left margin = 0 lines
  659.  
  660.       *************** Description of File HP4-4.PRN Begins Here **************
  661.       <Esc>E         Reset
  662.       <Esc>&l1h      Paper source, Paper tray auto feed/upper tray
  663.       2A             Page size = Letter (8.5  x 11 inch)
  664.       <Esc>(10U      Primary symbol set =  PC-8
  665.       <Esc>(s4102t   Primary typeface = 4102
  666.       0p             Primary font spacing, fixed
  667.       16.6h          Primary font pitch = 16.6 chars per inch
  668.       2b             Primary font stroke weight = 2
  669.       0S             Primary font style = Upright, solid
  670.       <Esc>&l0o      Portrait
  671.       6c             Vertical motion index = 6 1/48 inch
  672.       88F            Text length = 88 lines
  673.       <Esc>&k6H      Horizontal motion index = 6 1/120 inch
  674.       <Esc>&a5L      Left margin = 5 lines